2004/07/02 10:19:42 cmc 1.32.60.2: #i30891# revert header and namespace change
2004/06/28 10:37:28 cmc 1.32.60.1: #i30801 allow using system libs if possible
2004/07/02 10:19:41 cmc 1.13.74.2: #i30891# revert header and namespace change
2004/06/28 10:37:28 cmc 1.13.74.1: #i30801 allow using system libs if possible
2004/07/02 10:19:41 cmc 1.37.76.2: #i30891# revert header and namespace change
2004/06/28 10:37:28 cmc 1.37.76.1: #i30801 allow using system libs if possible
2004/08/24 12:31:06 abi 1.32.40.5: pictures now work
2004/08/24 10:00:14 abi 1.32.40.4: UseDB=no for treeview
2004/08/22 17:43:14 abi 1.32.40.3: querying
2004/08/20 14:02:29 abi 1.32.40.2: now keys functioning
2004/08/19 09:50:53 abi 1.32.40.1: added linkerfile
2004/08/27 08:21:32 abi 1.37.56.4: iterating over cfg instead of db files
2004/08/24 13:04:12 abi 1.37.56.3: added new unnecessary replacement mode
2004/08/24 12:31:05 abi 1.37.56.2: pictures now work
2004/08/20 14:02:29 abi 1.37.56.1: now keys functioning
2003/05/26 15:48:28 abi 1.29.10.2: #109863# removed now unused variable
2003/05/26 14:46:39 abi 1.29.10.1: #109863# fixing several bugs in sablot makes workaround unnecessary
The cause of the bug is not understood:
Adding KeywordElements to a vector and sorting afterwards, everything works fine.
Inserting it into a set and iterating over the set afterwards gives an inconsistent set.
I have currently removed the previous introduced workaround for the solaris compiler!!
Needs to be checked.
Now reading the necessary variables( provider.cxx ),
setting them at the xslt-processor and modifying titles( urlparameter.cxx ),
as well as defining the replacement and doing it for active help and keywordindex also( databases.cxx ).
Now relying on osl_getThreadTextEncoding() to
retrieve a systempath name from unicode-string instead of hardcoded RTL_TEXTENCODING_UTF8.
External components like sablotron and berkeleyDb accept only bytestrings.