Commit Graph

134 Commits

Author SHA1 Message Date
3bb3c43744 INTEGRATION: CWS geordi2q11 (1.7.44); FILE MERGED
2003/12/17 11:38:29 hr 1.7.44.1: #111934#: join CWS ooo111fix1
2003-12-17 15:20:30 +00:00
342a1807e2 #100000#,#111123#: use thread local text encoding 2003-08-05 08:42:33 +00:00
9d6a67bb07 INTEGRATION: CWS fwk07 (1.30.4); FILE MERGED
2003/06/25 11:02:49 abi 1.30.4.1: #110393# some workaround, which already was present in 6.0
2003-06-27 08:09:21 +00:00
0b636f699d INTEGRATION: CWS fwk04 (1.29.10); FILE MERGED
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
2003-05-28 12:29:54 +00:00
4f5e6fa796 INTEGRATION: CWS ooo20030412 (1.11.24); FILE MERGED
2003/03/28 11:18:58 waratah 1.11.24.1: 12442: Correct build under no-rtti and gcc 3.2
2003-04-28 15:19:35 +00:00
65f586e823 INTEGRATION: CWS ooo20030412 (1.6.24); FILE MERGED
2003/03/28 11:18:59 waratah 1.6.24.1: 12442: Correct build under no-rtti and gcc 3.2
2003-04-28 15:18:47 +00:00
f1b29740e0 INTEGRATION: CWS ooo20030412 (1.6.24); FILE MERGED
2003/03/28 11:18:58 waratah 1.6.24.1: 12442: Correct build under no-rtti and gcc 3.2
2003-04-28 15:18:39 +00:00
5220f8ce5e INTEGRATION: CWS fwk01 (1.28.26); FILE MERGED
2003/03/10 13:39:25 abi 1.28.26.1: #107875# operator new[]/delete - mismatch
2003-04-04 16:09:59 +00:00
022741baa1 INTEGRATION: CWS fwk01 (1.14.2.1.8); FILE MERGED
2003/03/17 17:07:20 abi 1.14.2.1.8.1: #107612# service name com.sun.star.ucb.HelpContentProvider
2003-04-04 16:09:47 +00:00
274cf39d42 INTEGRATION: CWS fwk01 (1.32.2.1.24); FILE MERGED
2003/03/10 13:46:11 abi 1.32.2.1.24.1: #107875# operator new[]/delete - mismatch
2003-04-04 16:09:36 +00:00
da22d91d2c #100000# rtti flag for gcc obsolete 2003-04-02 06:41:09 +00:00
8bad56bdfd MWS_SRX644: migrate branch mws_srx644 -> HEAD 2003-03-27 17:13:15 +00:00
0dfc10982a #98623# Removed (accidental) redefinition of member variable in local scope 2002-10-31 13:02:26 +00:00
f3b44f6366 #98767# now using ucbhelper::cancelCommandExcecution; UnsupportedCommandException instead of CommandAborted 2002-10-30 08:59:17 +00:00
6bbc841f57 #97867# enhanced the sets from which the intersection is build 2002-10-25 08:48:13 +00:00
6e18af9d35 #103263# replaced obsolete applicat.rdb with types.rdb 2002-10-01 12:31:06 +00:00
fedb88a765 #100157# use - for compiler switches 2002-09-09 10:16:45 +00:00
f31c1ce9e6 #101345# - Fixed implementation of ContentProvider::queryInterface. 2002-08-02 14:19:00 +00:00
98b5a798fd #65293# exception specification 2002-06-05 08:33:43 +00:00
3394c62ea7 merging differences from srx642 into toplevel 2002-05-31 09:46:12 +00:00
d24345c6c7 #99496# accessibility 2002-05-31 09:31:38 +00:00
990d8f4dbd #98119# UcbLockBytes should allow to use XSeekable now 2002-04-08 09:30:12 +00:00
94df63de39 #98119# Work aroudn for utl-bug 2002-03-28 11:39:32 +00:00
1d958817ac #98119# Work around for utl-bug 2002-03-28 11:38:08 +00:00
67e2c23a43 #95155# XSeekable implementation was removed from package-XInputstream. I have to adapt my implementation. 2002-03-07 10:55:55 +00:00
b3ee0db8ae #65293#: include <string.h> 2002-02-21 13:32:09 +00:00
a0322a592f #97182# Enhanced heuristic in C++ to deal with java1.3-serialized objects 2002-02-06 11:10:31 +00:00
6f6880f215 #97119# Added a small comment 2002-02-05 12:47:09 +00:00
e0fd66e187 #97119# Work around for collator? 2002-02-05 12:31:30 +00:00
125b17a185 #90925# by hand, meaning building the set_intersection of various searchs. 2001-12-03 12:34:50 +00:00
6caff0a605 #94953# Explicit casting int to bool 2001-11-23 15:51:01 +00:00
ec0a36a65f but nevertheless, working with a set does not work under solaris, so use vector and sort AND remove collator from element. 2001-11-23 15:15:51 +00:00
a7a7cf58ef Mysterious bug fixing: don't make the collator a member of the elements 2001-11-23 14:50:43 +00:00
e26e167837 Including rtti-switch for gcc in makefiles.
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.
2001-11-23 12:54:35 +00:00
bb9a25b545 #94527#don't ask for filesize on a directory: behaves different under windows and unix 2001-11-08 15:42:46 +00:00
f3d7697e39 #94425#Workaround for compilerbug solaris-sparc:enforcing additional stack frame 2001-11-08 14:36:53 +00:00
29976159ba #90921#
Now accepting also a keyword if the searchword is only part of the keyword, not
the beginning only.
2001-11-01 15:21:42 +00:00
324b7b7a25 The changes necessary for the old java-help content provider to work as
an indexer are now "frozen" in.
2001-11-01 12:42:04 +00:00
3885a522ca #83054#
Performance
2001-10-31 12:53:36 +00:00
c5718b9414 #83054#
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 ).
2001-10-31 12:08:14 +00:00
f2ecdf1d78 #83054#
Replacing now for the treeview the variables
2001-10-31 12:03:33 +00:00
7b78b70a52 #92924# exception specifications 2001-10-26 10:42:02 +00:00
61b32974a0 #92924#: exception specifications 2001-10-24 10:17:19 +00:00
c3e03390f2 #92924#: const 2001-10-24 09:55:13 +00:00
86c88c3379 #92924#: exception specifications 2001-10-23 16:47:04 +00:00
1604dd6a95 #91870#
Now looking for files ending on .tree, so only installed modules are shown.
2001-10-22 09:55:31 +00:00
3243b0498d #92533#
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.
2001-10-05 13:38:57 +00:00
d15447c3bd chg: Syntax 2001-10-04 07:35:51 +00:00
a93ffb7817 #65293# exception specification 2001-10-02 10:48:26 +00:00
39f4f77792 #91885#
changed css link to be compatible with fat office
2001-10-01 13:24:09 +00:00